google.golang.org/grpc/internal/transport.cleanupStream.streamID (field)

12 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L127: 	streamID uint32
		controlbuf.go#L753: 	if str, ok := l.estdStreams[c.streamID]; ok {
		controlbuf.go#L757: 		delete(l.estdStreams, c.streamID)
		controlbuf.go#L761: 		if err := l.framer.fr.WriteRSTStream(c.streamID, c.rstCode); err != nil {
		http2_client.go#L916: 		streamID: s.id,
		http2_server.go#L361: 			streamID: streamID,
		http2_server.go#L462: 			streamID: streamID,
		http2_server.go#L532: 			streamID: streamID,
		http2_server.go#L645: 						streamID: se.StreamID,
		http2_server.go#L822: 		streamID: f.Header().StreamID,
		http2_server.go#L1278: 		streamID: s.id,
		http2_server.go#L1299: 		streamID: s.id,